Release 10.1A: OpenEdge Development:
ADM Reference
assignContainedProperties
Function that returns properties in contained objects that use the returned value of containedProperties.
Location: containr.p Parameters:INPUT pcPropValues AS CHARACTERA CHR(3)-separated list of properties and values from the containedProperties function where:
The first entry is a header that defines to which properties the remaining entries in the list apply. The header has two possible formats:
- Comma separated list of properties when all objects are SmartDataObjects (SDOs).
- A paired semicolon lists with object type and a comma delimited list of properties. THIS is used instead of ObjectType for this container instance. For Example:
- The remaining CHR(3) entries are a paired list of objectNames and a CHR(4)-delimited list of property values, where each CHR(4) entry corresponds to the comma separated property list for the object's Object type.
- A blank objectname indicates this container is an instance.
- ObjectNames is qualified with ':' to specify container relationships.
INPUT pcReplace AS CHARACTERA comma separated pair of replacement properties not qualified by ObjectTypes.
Returns: LOGICAL Notes: None
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |